home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Bytes: Money & Finance
/
PowerBytes Money and Finance CD-ROM 01
/
PowerBytes Money and Finance CD-ROM 01.iso
/
Demos
/
TrueBASIC Demo
/
User's Guide
/
Bubble
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1985-10-13
|
196 b
|
10 lines
|
[
TEXT/TRUE
]
! Draw circles and ellipses.
!
DO
GET POINT x1, y1 ! Choose one point
GET POINT x2, y2 ! Choose another point
BOX CIRCLE x1, x2, y1, y2 ! Draw circle
LOOP
END